home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / C++ A'Link Files / 1989 / 0011-Re[3] Multiple base -Nov89 < prev    next >
Text File  |  1991-03-06  |  1KB  |  35 lines

  1. Item forwarded  by  CPLUS.ADMIN  to CP.ARCHIVES
  2.  
  3. Item    5367085                         30-Nov-89        17:04
  4.  
  5. From:   ROSENSTEIN1                     Rosenstein, Larry
  6.  
  7. To:     CPLUS.APPLE$                    C++ Interest List--Apple Employees
  8.         ALCABES                         Alcabes, Harvey
  9.         CPLUS.DEV$                      C++ Interest List--Developers
  10.  
  11. Sub:    RE>RE>RE>Multiple base op
  12.  
  13. Attn: C++ Apple
  14. Attn: France, Dev, MID/Nautil
  15. Attn: C++ Public
  16. SentBy: Larry Rosenstein
  17. Date   11/30/89
  18. Subject    RE>RE>RE>Multiple base oper
  19. From   Larry Rosenstein
  20. To C++ Apple
  21.    France, Dev, MID/Nautil
  22.    C++ Public
  23.  
  24.          Reply to:   RE>RE>RE>Multiple base operato
  25. Well, you are right.  You can inherit an implementation of operator new.  (I
  26. guess that applies to all static member functions.)
  27.  
  28. It look like your particular case will work.  If C inherits from A and B, and
  29. A defines operator new, then C will use A's operator new.  You can verify this
  30. by looking at the code generated for C's constructor methods.
  31.  
  32. Larry
  33.  
  34.  
  35.